Make the testsuite happy that get gets the default value
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 25 Jun 2013 15:48:16 +0000 (11:48 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 25 Jun 2013 16:39:20 +0000 (12:39 -0400)
gtk/gtkaboutdialog.c

index a9a9c45c7ea9e73a0bf0255421ff46454c4f0891..890fe511d449f89b721115dc5958f827c17446e8 100644 (file)
@@ -540,7 +540,7 @@ gtk_about_dialog_class_init (GtkAboutDialogClass *klass)
                                    g_param_spec_string ("logo-icon-name",
                                                         P_("Logo Icon Name"),
                                                         P_("A named icon to use as the logo for the about box."),
-                                                        NULL,
+                                                        "image-missing",
                                                         GTK_PARAM_READWRITE));
   /**
    * GtkAboutDialog:wrap-license: